home *** CD-ROM | disk | FTP | other *** search
- /*
- * INSTALL.DAT
- *
- * Project: INSTALL CD-ROM
- * Version: 1.00
- * K. Parizo 03/28/93
- *
- */
- @DefineProject
- @Name = "Tempra Media (TM)" /* Product Name:*/
- @Version = "1.00"
- @OutDrive = C
-
- @InDiskBell = 1
- @Requires @HardDisk
- @Subdir = "\\"
- @EndProject
-
- @DefineVars
- //@Qstring @VVPAINT = "Tempra"
- @Qstring @EDITOR = "Textedit"
- @Qstring @EDITORPATH = ""
- @Qstring @PROGX = "ACCESS"
- @Qstring @PROGXPATH = "TEMPRA"
- //@Qstring @Blast_buf = "12"
- @EndVars
-
-
-
- @Display
-
-
-
-
- Welcome to the Tempra Media CD-ROM. This CD-ROM contains Tempra
- Access, Tempra Vision, Prosonus Music and Sound effects libraries
- and a set of Tempra Reseller and In-store Demonstrations.
-
-
-
-
-
-
-
-
-
-
-
- @Pause
-
- @EndDisplay
-
-
- @GetGroups
-
- @LocalWindow (10,40)
- @SET B = " Tempra Access installation"
-
- @SET C = " Tempra Vision"
-
- @SET D = " Prosonus Music and Sound Effects"
-
- @SET E = " Other Tempra Demonstrations "
-
- @Cls
-
-
-
- Which of the following programs would you like to install ?
-
-
-
- @EndGroups
-
- @If ('B' [= @Group)
- @Goto ACCESS
- @ElseIf ('C' [= @Group)
- @Goto VISION
- @ElseIf ('D' [= @Group)
- @Goto PROSONUS
- @ElseIf ('E' [= @Group)
- @Goto DEMOS
- @EndIf
-
-
-
-
- ACCESS:
-
-
- @Display
-
-
- Welcome to Tempra Access.
-
- Tempra Access allows you to view and manipulate Kodak Photo CD images.
- Install your PHOTO CD in your CD-ROM drive and run Tempra Access from
- your hard disk.
-
-
-
-
- @Pause
- @Cls
-
-
- This program will install Tempra Access on your computer system
- and verify the integrity of the distribution disk(s).
-
- This installation will also verify that you have enough memory
- to complete the install. If you do not have enough memory available,
- you will be prompted and the installation will abort.
-
-
- You may press the [Esc] key at any time to abort the installation.
-
-
-
-
- @Pause
- @EndDisplay
-
-
-
- @GetOutDrive
-
- @Suppress A
- @Suppress B
-
- @Cls
-
-
-
-
-
-
-
-
- On which disk drive do you wish to install Tempra Access ?
-
- Use the [Up Arrow], [Down Arrow], [Pg Up], & [Pg Dn] keys to move
- the bar to disk drive you wish to install to and then press the
- [Enter] key.
-
-
-
- @EndOutDrive
-
- @If (@DiskFree(@OutDrive) <4000000)
- @Display
-
- @Cls
- The selected output disk drive only has
- @DiskFree(@OutDrive) bytes. This product
- requires 4Mb bytes. This program will now
- exit to the DOS prompt.
-
-
-
-
-
-
-
-
- @Pause
-
- @EndDisplay
- @Abort
- @EndIf
-
- @SetAutoexec
-
- @AskOverwrite
- @Path = "@OutDrive:@Subdir;@EDITORPATH;@PROGXPATH;"
- @SetReplace("TMP","@OutDrive:\\")
- @SetReplace("EDITOR","@EDITOR")
- @SetReplace("PROGX","@PROGX")
- @SetReplace("VVPAINT","Tempra")
- @SetReplace("Blast_buf","12")
-
- @EndAutoexec
-
-
-
-
- @Finish
-
-
- @Cls
-
- @ChDrive @OutDrive
- @MkDir ("@OutDrive:\\tempra")
-
- @System ("Copy @InDrive:\\access\\*.* @OutDrive:\\tempra\\*.*"))
-
- @Pause
-
- @ChDrive @OutDrive
- @ChDir "\\tempra"
- @Cls
-
- Please type "ACCESS" and press the [Enter] key to run the
- program.
-
-
-
-
-
-
- @Pause
-
- @EndFinish
-
- VISION:
-
-
-
-
- @Display
-
- Welcome to Mathematica, Inc.'s world of imagination and creativity!
-
- TEMPRA VISION is the newest edition to our TEMPRA product line.
- This program allows children to express themselves and see their ideas
- come to life. The development of a child's imagination and vision for
- what appears to be the impossible may someday be a reality through
- development and creativity that Tempra Vision allows you to express.
-
- Both children and adults will enjoy the realm of possibilities open
- to them with Tempra Vision. We, at Mathematica, Inc., hope you enjoy
- yourselves.
-
-
-
-
- @Pause
- @EndDisplay
-
-
- @GetOutDrive
-
- @Suppress A
- @Suppress B
-
- @Cls
-
-
-
-
-
-
-
-
- On which disk drive do you wish to install Tempra Vision ?
-
- Use the [Up Arrow], [Down Arrow], [Pg Up], & [Pg Dn] keys to move
- the bar to disk drive you wish to install to and then press the
- [Enter] key.
-
- @EndOutDrive
-
-
- @Display
-
- @If (@DiskFree(@OutDrive) < 35000000)
- The selected output disk drive only has
- @DiskFree(@OutDrive) bytes. This product
- requires 35 MB. You will need to make room
- on your harddrive. This installation will
- now exit to the DOS prompt.
-
- @Pause
- @Abort
- @EndIf
- @EndDisplay
-
- @SetAutoexec
-
- @AskOverwrite
- @Path = "@OutDrive:@Subdir;@EDITORPATH;@PROGXPATH;"
- @SetReplace("TMP","@OutDrive:\\")
- @SetReplace("EDITOR","@EDITOR")
- @SetReplace("PROGX","@PROGX")
- @SetReplace("VVPAINT","Tempra")
- @SetReplace("Blast_buf","12")
-
- @EndAutoexec
-
-
-
-
-
- @Finish
- @Cls
- @ChDrive @OutDrive
- @MkDir ("@OutDrive:\\vision")
- @MkDir ("@OutDrive:\\vision\\pic")
- @MkDir ("@OutDrive:\\vision\\spr")
- @MkDir ("@OutDrive:\\vision\\txt")
- @MkDir ("@OutDrive:\\vision\\seq")
- @MkDir ("@OutDrive:\\vision\\aud")
- @MkDir ("@OutDrive:\\vision\\fnt")
-
- @System ("Copy @InDrive:\\vision\\*.* @OutDrive:\\vision\\*.*")
- @System ("Copy @InDrive:\\vision\\pic\\*.* @OutDrive:\\vision\\pic\\*.*")
- @System ("Copy @InDrive:\\vision\\spr\\*.* @OutDrive:\\vision\\spr\\*.*")
- @System ("Copy @InDrive:\\vision\\txt\\*.* @OutDrive:\\vision\\txt\\*.*")
- @System ("Copy @InDrive:\\vision\\seq\\*.* @OutDrive:\\vision\\seq\\*.*")
- @System ("Copy @InDrive:\\vision\\aud\\*.* @OutDrive:\\vision\\aud\\*.*")
- @System ("Copy @InDrive:\\vision\\fnt\\*.* @OutDrive:\\vision\\fnt\\*.*")
-
- @Pause
-
- @ChDrive @OutDrive
- @ChDir "\\vision"
- @Cls
-
-
- Please type "STORY" and press the [Enter] key to run the
- program.
-
-
-
-
-
- @Pause
- @EndFinish
-
-
- PROSONUS:
-
-
-
- @Display
-
-
-
-
-
- This CD includes the Prosonus MusicBytes, music and sound effects
- libraries. You can choose from 13 music files and 52 sound effect
- files in .WAV, MIDI and .VOC file format to play in your multimedia
- titles and presentations. You now have the option of loading the
- 5 second music clip and sound effects onto your hard disk. Remember
- you need a SoundBlaster compatible card to play these files.
-
-
-
-
-
-
-
- @Pause
- @EndDisplay
-
- @GetOutDrive
-
- @Suppress A
- @Suppress B
-
- @Cls
-
-
-
-
-
-
-
-
- On which disk drive do you wish to install Prosonus ?
-
- Use the [Up Arrow], [Down Arrow], [Pg Up], & [Pg Dn] keys to move
- the bar to disk drive you wish to install to and then press the
- [Enter] key.
-
- @EndOutDrive
-
-
- @Display
-
- @If (@DiskFree(@OutDrive) < 11000000)
- The selected output disk drive only has
- @DiskFree(@OutDrive) bytes. This product
- requires 11 MB. You will need to make room
- on your harddrive. This installation will
- now exit to the DOS prompt.
-
-
-
-
-
-
-
- @Pause
- @Abort
- @EndIf
- @EndDisplay
-
-
-
- @SetAutoexec
-
- @AskOverwrite
- @Path = "@OutDrive:@Subdir;@EDITORPATH;@PROGXPATH;"
- @SetReplace("TMP","@OutDrive:\\")
- @SetReplace("EDITOR","@EDITOR")
- @SetReplace("PROGX","@PROGX")
- @SetReplace("VVPAINT","Tempra")
- @SetReplace("Blast_buf","12")
-
- @EndAutoexec
-
-
-
-
-
- @Finish
- @Cls
- @ChDrive @OutDrive
- @MkDir ("@OutDrive:\\vision")
- @MkDir ("@OutDrive:\\vision\\aud")
-
-
- @System ("Copy @InDrive:\\prosonus\\music\\vocs\\afric1m0.voc @OutDrive:\\vision\\aud\\afric1m0.voc")
- @System ("Copy @InDrive:\\prosonus\\music\\vocs\\afric2m0.voc @OutDrive:\\vision\\aud\\afric2m0.voc")
- @System ("Copy @InDrive:\\prosonus\\music\\vocs\\breez1m0.voc @OutDrive:\\vision\\aud\\breez1m0.voc")
- @System ("Copy @InDrive:\\prosonus\\music\\vocs\\breez2m0.voc @OutDrive:\\vision\\aud\\breez2m0.voc")
- @System ("Copy @InDrive:\\prosonus\\music\\vocs\\heave1m0.voc @OutDrive:\\vision\\aud\\heave1m0.voc")
- @System ("Copy @InDrive:\\prosonus\\music\\vocs\\heave2m0.voc @OutDrive:\\vision\\aud\\heave2m0.voc")
- @System ("Copy @InDrive:\\prosonus\\music\\vocs\\holid1m0.voc @OutDrive:\\vision\\aud\\holid1m0.voc")
- @System ("Copy @InDrive:\\prosonus\\music\\vocs\\holid2m0.voc @OutDrive:\\vision\\aud\\holid2m0.voc")
- @System ("Copy @InDrive:\\prosonus\\music\\vocs\\lastc1m0.voc @OutDrive:\\vision\\aud\\lastc1m0.voc")
- @System ("Copy @InDrive:\\prosonus\\music\\vocs\\lastc2m0.voc @OutDrive:\\vision\\aud\\lastc2m0.voc")
- @System ("Copy @InDrive:\\prosonus\\music\\vocs\\lunch1m0.voc @OutDrive:\\vision\\aud\\lunch1m0.voc")
- @System ("Copy @InDrive:\\prosonus\\music\\vocs\\lunch2m0.voc @OutDrive:\\vision\\aud\\lunch2m0.voc")
- @System ("Copy @InDrive:\\prosonus\\music\\vocs\\onthe1m0.voc @OutDrive:\\vision\\aud\\onthe1m0.voc")
- @System ("Copy @InDrive:\\prosonus\\music\\vocs\\onthe2m0.voc @OutDrive:\\vision\\aud\\onthe2m0.voc")
- @System ("Copy @InDrive:\\prosonus\\music\\vocs\\picki1m0.voc @OutDrive:\\vision\\aud\\picki1m0.voc")
- @System ("Copy @InDrive:\\prosonus\\music\\vocs\\picki2m0.voc @OutDrive:\\vision\\aud\\picki2m0.voc")
- @System ("Copy @InDrive:\\prosonus\\music\\vocs\\popup1m0.voc @OutDrive:\\vision\\aud\\popup1m0.voc")
- @System ("Copy @InDrive:\\prosonus\\music\\vocs\\popup2m0.voc @OutDrive:\\vision\\aud\\popup2m0.voc")
- @System ("Copy @InDrive:\\prosonus\\music\\vocs\\rebop1m0.voc @OutDrive:\\vision\\aud\\rebop1m0.voc")
- @System ("Copy @InDrive:\\prosonus\\music\\vocs\\rebop2m0.voc @OutDrive:\\vision\\aud\\rebop2m0.voc")
- @System ("Copy @InDrive:\\prosonus\\music\\vocs\\spike1m0.voc @OutDrive:\\vision\\aud\\spike1m0.voc")
- @System ("Copy @InDrive:\\prosonus\\music\\vocs\\spike2m0.voc @OutDrive:\\vision\\aud\\spike2m0.voc")
- @System ("Copy @InDrive:\\prosonus\\music\\vocs\\timew1m0.voc @OutDrive:\\vision\\aud\\timew1m0.voc")
- @System ("Copy @InDrive:\\prosonus\\music\\vocs\\timew2m0.voc @OutDrive:\\vision\\aud\\timew2m0.voc")
- @System ("Copy @InDrive:\\prosonus\\music\\vocs\\victo1m0.voc @OutDrive:\\vision\\aud\\victo1m0.voc")
- @System ("Copy @InDrive:\\prosonus\\music\\vocs\\victo2m0.voc @OutDrive:\\vision\\aud\\victo2m0.voc")
- @System ("Copy @InDrive:\\prosonus\\sound_fx\\vocs\\aahh1.voc @OutDrive:\\vision\\aud\\aahh1.voc")
- @System ("Copy @InDrive:\\prosonus\\sound_fx\\vocs\\afrbonk1.voc @OutDrive:\\vision\\aud\\afrbonk1.voc")
- @System ("Copy @InDrive:\\prosonus\\sound_fx\\vocs\\afrorif1.voc @OutDrive:\\vision\\aud\\afrorif1.voc")
- @System ("Copy @InDrive:\\prosonus\\sound_fx\\vocs\\applaus1.voc @OutDrive:\\vision\\aud\\applaus1.voc")
- @System ("Copy @InDrive:\\prosonus\\sound_fx\\vocs\\bansaw1.voc @OutDrive:\\vision\\aud\\bansaw1.voc")
- @System ("Copy @InDrive:\\prosonus\\sound_fx\\vocs\\bigdoor1.voc @OutDrive:\\vision\\aud\\bigdoor1.voc")
- @System ("Copy @InDrive:\\prosonus\\sound_fx\\vocs\\bigswtc1.voc @OutDrive:\\vision\\aud\\bigswtc1.voc")
- @System ("Copy @InDrive:\\prosonus\\sound_fx\\vocs\\bikehrn1.voc @OutDrive:\\vision\\aud\\bikehrn1.voc")
- @System ("Copy @InDrive:\\prosonus\\sound_fx\\vocs\\bird11.voc @OutDrive:\\vision\\aud\\bird11.voc")
- @System ("Copy @InDrive:\\prosonus\\sound_fx\\vocs\\btlblo11.voc @OutDrive:\\vision\\aud\\btblo11.voc")
- @System ("Copy @InDrive:\\prosonus\\sound_fx\\vocs\\carby1.voc @OutDrive:\\vision\\aud\\carby1.voc")
- @System ("Copy @InDrive:\\prosonus\\sound_fx\\vocs\\castnt1.voc @OutDrive:\\vision\\aud\\castnt1.voc")
- @System ("Copy @InDrive:\\prosonus\\sound_fx\\vocs\\chimes1.voc @OutDrive:\\vision\\aud\\chimes1.voc")
- @System ("Copy @InDrive:\\prosonus\\sound_fx\\vocs\\crkydr1.voc @OutDrive:\\vision\\aud\\crkydr1.voc")
- @System ("Copy @InDrive:\\prosonus\\sound_fx\\vocs\\dooropn1.voc @OutDrive:\\vision\\aud\\dooropn1.voc")
- @System ("Copy @InDrive:\\prosonus\\sound_fx\\vocs\\drill01.voc @OutDrive:\\vision\\aud\\drill01.voc")
- @System ("Copy @InDrive:\\prosonus\\sound_fx\\vocs\\elephnt1.voc @OutDrive:\\vision\\aud\\elephnt1.voc")
- @System ("Copy @InDrive:\\prosonus\\sound_fx\\vocs\\fstscrp1.voc @OutDrive:\\vision\\aud\\fstscrp1.voc")
- @System ("Copy @InDrive:\\prosonus\\sound_fx\\vocs\\glasbrk1.voc @OutDrive:\\vision\\aud\\glasbrk1.voc")
- @System ("Copy @InDrive:\\prosonus\\sound_fx\\vocs\\goodmrn1.voc @OutDrive:\\vision\\aud\\goodmrn1.voc")
- @System ("Copy @InDrive:\\prosonus\\sound_fx\\vocs\\grindr1.voc @OutDrive:\\vision\\aud\\grindr1.voc")
- @System ("Copy @InDrive:\\prosonus\\sound_fx\\vocs\\grplaff1.voc @OutDrive:\\vision\\aud\\grplaff1.voc")
- @System ("Copy @InDrive:\\prosonus\\sound_fx\\vocs\\gtrwail1.voc @OutDrive:\\vision\\aud\\gtrwail1.voc")
- @System ("Copy @InDrive:\\prosonus\\sound_fx\\vocs\\gunfire1.voc @OutDrive:\\vision\\aud\\gunfire1.voc")
- @System ("Copy @InDrive:\\prosonus\\sound_fx\\vocs\\harpup1.voc @OutDrive:\\vision\\aud\\harpup1.voc")
- @System ("Copy @InDrive:\\prosonus\\sound_fx\\vocs\\huuh1.voc @OutDrive:\\vision\\aud\\huuh1.voc")
- @System ("Copy @InDrive:\\prosonus\\sound_fx\\vocs\\jetfly1.voc @OutDrive:\\vision\\aud\\jetfly1.voc")
- @System ("Copy @InDrive:\\prosonus\\sound_fx\\vocs\\jungdrm1.voc @OutDrive:\\vision\\aud\\jungdrm1.voc")
- @System ("Copy @InDrive:\\prosonus\\sound_fx\\vocs\\logroll1.voc @OutDrive:\\vision\\aud\\logroll1.voc")
- @System ("Copy @InDrive:\\prosonus\\sound_fx\\vocs\\motor1.voc @OutDrive:\\vision\\aud\\motor1.voc")
- @System ("Copy @InDrive:\\prosonus\\sound_fx\\vocs\\newyear1.voc @OutDrive:\\vision\\aud\\newyear1.voc")
- @System ("Copy @InDrive:\\prosonus\\sound_fx\\vocs\\obnowhs1.voc @OutDrive:\\vision\\aud\\obnowhs1.voc")
- @System ("Copy @InDrive:\\prosonus\\sound_fx\\vocs\\ominous1.voc @OutDrive:\\vision\\aud\\ominous1.voc")
- @System ("Copy @InDrive:\\prosonus\\sound_fx\\vocs\\oopsw-01.voc @OutDrive:\\vision\\aud\\oopsw-01.voc")
- @System ("Copy @InDrive:\\prosonus\\sound_fx\\vocs\\partyhn1.voc @OutDrive:\\vision\\aud\\partyhn1.voc")
- @System ("Copy @InDrive:\\prosonus\\sound_fx\\vocs\\phone1.voc @OutDrive:\\vision\\aud\\phone1.voc")
- @System ("Copy @InDrive:\\prosonus\\sound_fx\\vocs\\polwhst1.voc @OutDrive:\\vision\\aud\\polwhst1.voc")
- @System ("Copy @InDrive:\\prosonus\\sound_fx\\vocs\\ratchet1.voc @OutDrive:\\vision\\aud\\ratchet1.voc")
- @System ("Copy @InDrive:\\prosonus\\sound_fx\\vocs\\roboarm1.voc @OutDrive:\\vision\\aud\\roboarm1.voc")
- @System ("Copy @InDrive:\\prosonus\\sound_fx\\vocs\\scraper1.voc @OutDrive:\\vision\\aud\\scraper1.voc")
- @System ("Copy @InDrive:\\prosonus\\sound_fx\\vocs\\shaker1.voc @OutDrive:\\vision\\aud\\shaker1.voc")
- @System ("Copy @InDrive:\\prosonus\\sound_fx\\vocs\\spook1.voc @OutDrive:\\vision\\aud\\spook1.voc")
- @System ("Copy @InDrive:\\prosonus\\sound_fx\\vocs\\stoppno1.voc @OutDrive:\\vision\\aud\\stoppno1.voc")
- @System ("Copy @InDrive:\\prosonus\\sound_fx\\vocs\\tennis1.voc @OutDrive:\\vision\\aud\\tennis1.voc")
- @System ("Copy @InDrive:\\prosonus\\sound_fx\\vocs\\tty1.voc @OutDrive:\\vision\\aud\\tty1.voc")
- @System ("Copy @InDrive:\\prosonus\\sound_fx\\vocs\\unclun1.voc @OutDrive:\\vision\\aud\\unclun1.voc")
- @System ("Copy @InDrive:\\prosonus\\sound_fx\\vocs\\vault1.voc @OutDrive:\\vision\\aud\\vault1.voc")
- @System ("Copy @InDrive:\\prosonus\\sound_fx\\vocs\\vibrslp1.voc @OutDrive:\\vision\\aud\\vibrslp1.voc")
-
- @Pause
-
- @ChDrive @OutDrive
- @ChDir "\\vision"
- @Cls
-
-
- The prosonus music and sound effect files have now been copied
- to your hard drive.
-
-
-
-
- @Pause
- @EndFinish
-
-
-
-
- DEMOS:
-
- @Display
-
-
-
-
- Welcome to Mathematica Inc.'s phenomenal world of multimedia
- products and demonstrations. The staff at Mathematica would
- like to wish you much success on your journey in the world of
- multimedia.
-
-
-
-
-
-
-
-
-
-
- @Pause
-
- @Cls
-
-
-
-
-
- The following demonstrations are samples of TEMPRA'S multimedia
- adaptability and versatility. These samples of Mathematica,
- Inc.'s award winning multimedia products consists of our INSTORE
- DEMONSTRATIONS produced in TEMPRA MEDIA AUTHOR and TEMPRA SHOW.
- The USERDEMO is an interactive demonstration of the complete
- TEMPRA product line. MADEMO is a demonstration utilizing MEDIA
- AUTHOR functions.
-
-
-
-
-
-
-
-
- @Pause
-
- @EndDisplay
-
- @GetGroups
-
- @SET F = " Tempra Pro Primer "
- @SET G = " Tempra Userdemo "
- @SET H = " Tempra Mademo"
-
- @Cls
-
-
-
-
-
-
-
-
-
-
-
- Which one of the following programs would you like to install ?
-
- Use the [Up Arrow], [Down Arrow], [Pg Up], & [Pg Dn] keys to move
- the bar to disk drive you wish to install to and then press the
- [Enter] key.
-
- @EndGroups
-
- @If ('F' [= @Group)
- @Goto PRIMER
- @ElseIf ('G' [= @Group)
- @Goto USERDEMO
- @ElseIf ('H' [= @Group)
- @Goto COMDEX
- @EndIf
-
- PRIMER:
-
-
-
- @Display
-
-
-
-
- Welcome to the TEMPRA PRO image editing primer. Use this no-save
- primer to explore TEMPRA PRO'S video capture, painting and editing
- capabilities. TEMPRA PRO has functions for scanning, video capture
- and printing to color or black and white, these functions have been
- disabled in this primer.
-
- This program will install Tempra Primer on your computer system and
- verify the integrity of the distribution disk(s).
-
- You may press the [Esc] key at any time to abort the installation.
-
-
-
-
-
-
- @Pause
- @EndDisplay
-
-
- @GetOutDrive
-
- @Suppress A
- @Suppress B
-
- @Cls
-
-
-
-
-
-
-
-
- On which disk drive do you wish to install Tempra Primer ?
-
- Use the [Up Arrow], [Down Arrow], [Pg Up], & [Pg Dn] keys to move
- the bar to disk drive you wish to install to and then press the
- [Enter] key.
-
- @EndOutDrive
-
- @If (@DiskFree(@OutDrive) < 4000000)
- @Display
-
- The selected output disk drive only has
- @DiskFree(@OutDrive) bytes. This product
- requires 4 MB. This program will exit to
- the DOS prompt now.
-
-
-
-
-
-
-
- @Pause
- @Abort
- @EndDisplay
- @EndIf
-
-
-
- @SetAutoexec
-
- @AskOverwrite
- @Path = "@OutDrive:@Subdir;@EDITORPATH;@PROGXPATH;"
- @SetReplace("TMP","@OutDrive:\\")
- @SetReplace("EDITOR","@EDITOR")
- @SetReplace("PROGX","@PROGX")
- @SetReplace("VVPAINT","Tempra")
- @SetReplace("Blast_buf","12")
-
- @EndAutoexec
-
-
-
-
- @Finish
- @Cls
- @ChDrive @OutDrive
- @MkDir ("@OutDrive:\\primer")
-
- @System ("Copy @InDrive:\\primer\\*.* @OutDrive:\\primer\\*.*")
-
-
- @ChDrive @OutDrive
- @ChDir "\\primer"
- @Cls
-
- Please type "TEMPRA" and press [Enter] key to run this program.
-
-
-
-
- @Pause
-
- @EndFinish
-
- USERDEMO:
-
-
-
- @Display
-
-
-
-
- This contains a fully interactive marketing demo of TEMPRA PRO
- and TEMPRA SHOW. The demo starts in standard 8-bit VGA, but
- can also be seen in 16-bit HICOLOR.
-
-
-
-
-
-
-
-
-
- @Pause
- @EndDisplay
-
- @GetOutDrive
-
- @Suppress A
- @Suppress B
-
- @Cls
-
-
-
-
-
-
-
-
-
-
- On which disk drive do you wish to install Tempra Userdemo ?
-
- Use the [Up Arrow], [Down Arrow], [Pg Up], & [Pg Dn] keys to move
- the bar to disk drive you wish to install to and then press the
- [Enter] key.
-
- @EndOutDrive
-
- @If (@DiskFree(@OutDrive) < 16000000)
- @Display
-
- The selected output disk drive only has
- @DiskFree(@OutDrive) bytes. This product
- requires 16 MB. This program will exit to
- the DOS prompt now.
-
-
-
-
-
-
-
- @Pause
- @Abort
- @EndDisplay
- @EndIf
-
- @SetAutoexec
-
- @AskOverwrite
- @Path = "@OutDrive:@Subdir;@EDITORPATH;@PROGXPATH;"
- @SetReplace("TMP","@OutDrive:\\")
- @SetReplace("EDITOR","@EDITOR")
- @SetReplace("PROGX","@PROGX")
- @SetReplace("VVPAINT","Tempra")
- @SetReplace("Blast_buf","12")
-
- @EndAutoexec
-
-
-
-
-
- @Finish
- @Cls
- @ChDrive @OutDrive
- @MkDir ("@OutDrive:\\Userdemo")
-
- @System ("Copy @InDrive:\\Userdemo\\*.* @OutDrive:\\Userdemo\\*.*")
-
-
- @ChDrive @OutDrive
- @ChDir "\\Userdemo"
- @Cls
-
- Please type "DEMO" and press the [Enter] key to run the program.
-
-
-
-
- @Pause
-
- @EndFinish
-
-
-
- COMDEX:
-
-
- @Display
-
-
-
- You're about to watch a multimedia presentation created with Tempra
- MEDIA AUTHOR. This presentation was created for our Comdex/Fall '92
- kiosk and includes animation, audio, and interactivity that mark
- multimedia as the wave of the future.
-
-
-
-
-
-
-
-
-
- @Pause
- @EndDisplay
-
-
- @GetOutDrive
-
- @Suppress A
- @Suppress B
-
- @Cls
-
-
-
-
-
-
-
-
- On which disk drive do you wish to install Tempra Comdex ?
-
- Use the [Up Arrow], [Down Arrow], [Pg Up], & [Pg Dn] keys to move
- the bar to disk drive you wish to install to and then press the
- [Enter] key.
-
- @EndOutDrive
-
-
- @Display
-
- @If (@DiskFree(@OutDrive) < 90000000)
- The selected output disk drive only has
- @DiskFree(@OutDrive) bytes. This product
- requires 90MB.
-
-
-
-
-
-
-
-
- @Pause
- @Abort
- @EndIf
- @EndDisplay
-
-
- @SetAutoexec
-
- @AskOverwrite
- @Path = "@OutDrive:@Subdir;@EDITORPATH;@PROGXPATH;"
- @SetReplace("TMP","@OutDrive:\\")
- @SetReplace("EDITOR","@EDITOR")
- @SetReplace("PROGX","@PROGX")
- @SetReplace("VVPAINT","Tempra")
- @SetReplace("Blast_buf","12")
-
- @EndAutoexec
-
-
-
-
-
- @Finish
- @Cls
- @ChDrive @OutDrive
- @MkDir ("@OutDrive:\\Comdex")
-
- @System ("Copy @InDrive:\\Comdex\\*.* @OutDrive:\\Comdex\\*.*")
-
-
- @ChDrive @OutDrive
- @ChDir "\\Comdex"
- @Cls
-
- Please type "MADEMO" and press the [Enter] key to run the program.
-
-
-
- @Pause
-
- @EndFinish
-
-
-
-
-
-
-
-
-